PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFComputedDigitalSignature Class


In This Topic
    PDFComputedDigitalSignature Class Methods
    In This Topic

    For a list of all members of this type, see PDFComputedDigitalSignature members.

    Public Methods
     NameDescription
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodDecodes the signature into a hierarchy of ASN.1 Objects.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodGets the signing certificate.  
    Public MethodGets the contact information. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodGets the underlying COS signature object. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodGets the location. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodGets the name. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodGets the raw signature data exactly as it appears in the PDF file.  
    Public MethodGets the sign reason. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodGets the raw signature data as it appears in the PDF file.  
    Public MethodGets the sign date. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodGets the signature digest algorithm.  
    Public MethodGets the bytes used for creating this signature.  
    Public MethodSaves a copy of the PDF file that is covered by this signature.
    The stream used to create the object from which this signature was retrieved is required as input because the document does not keep a reference to the stream it was created from. Because the digital signatures are computed on the physical layout of the PDF file, it is impossible to recreate this layout from a loaded object.  
    Public MethodSets the sign certificate.
    This property is not used by signatures. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodSets the contact information.
    This property should not be set for signatures. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodSets the location.
    This property should not be set for signatures. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodSets the name.
    This property should not be set for signatures. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodSets the sign reason.
    This property should not be set for signatures. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodSets the sign date. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Public MethodSets the signature digest algorithm. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFBaseDigitalSignature)
    Top
    See Also